Skip to content

Hungarian language update#6

Open
glehel wants to merge 111 commits intoYAOSP-NG:YAOSP-NG-7.1.1_r12from
glehel:YAOSP-NG-7.0.0_r14
Open

Hungarian language update#6
glehel wants to merge 111 commits intoYAOSP-NG:YAOSP-NG-7.1.1_r12from
glehel:YAOSP-NG-7.0.0_r14

Conversation

@glehel
Copy link
Copy Markdown
Contributor

@glehel glehel commented Jan 26, 2017

No description provided.

The Android Automerger and others added 30 commits November 23, 2015 09:33
It is possible for getOriginalConnection() to return null at the end of
a call once the RIL has disconnected it.  Added null check to ensure
that isImsConnection() won't throw an NPE in this case.

The original code was the following, which is inherently NPE safe:
return getOriginalConnection() instanceof ImsPhoneConnection;

Bug: 26222625
Change-Id: Iaa77a4d739578ddcfbbb5849f7ddf15e3bad0f76
Guard against openImapFolder() returning null.

Bug:26295470
Change-Id: I8bbb00575fab03c92acca76cc5ae73dfa2a070d8
Bug: 26842468
Change-Id: I40224ee891d733ed5ca8f3948bdf0c32344090b1
The Android Automerger and others added 28 commits May 5, 2016 00:03
Currently, we do not make a copy of the extras Bundle when calling
Connection.setConnectionExtras. In rare cases, when multiple
setConnectionExtras events come in at the same time, they are posted
onto a concurrent Handler and the extras Bundle is cleared while being
copied in TelephonyConnection.updateExtras. This causes an
ArrayOutOfBoundsException and causes the Phone process to crash.

We now create a copy of the Bundle when we post it onto the concurrent
Handler to ensure that there is no simultaneous copy/clear operations
happening on the same extras Bundle.

Bug: 28957661
Change-Id: I065e78a2827c7c6e57f182d9cffee263a70647eb
Bug: 28982151
Change-Id: I9f1798ba211de572a3e30a94fcf955984c89fa7d
Currently, any app can broadcast the intent to update the TTY mode. This
change updates the intents to protected broadcasts so that only system
can broadcast them. Otherwise, a SecurityException will be thown.

Bug: 29832693
Change-Id: Ic9a91be3d8d15043e3165b766348cff301dd5da1
Patchset: add missing resolver

Patchset: put in category

Patchset: use dependency attribute in xml instead of
        disabling preference in code

Patchset: use SwitchPreference instead of CheckBoxPreference

Patchset: for incall only, use summaryOff and summaryOn attributes
        for the SwitchPreference to make the preference less
        confusing to the user

Patchset: add time delay preference

Change-Id: I2d4a716d7f3c002cb3b4861452483997f82cbbfa
- code cleanup by Yank555.lu

Call Settings - add menu entry
Transformed from "non-intrusive" to "intrusive" since Google defaults to non-intrusive nowadays by Yank555.lu

Change-Id: I545121334ffb2925a05a8c7685b84bb5df37c205
We may just be wanting to switch to auto select and scanning takes for ages !

If we want to scan, we can just tap on "Search networks".

Signed-off-by: Jean-Pierre Rasquin <yank555.lu@gmail.com>
…g and data is connected

Only show the "R" if no data connection is active

Signed-off-by: Jean-Pierre Rasquin <yank555.lu@gmail.com>
@yank555-lu
Copy link
Copy Markdown
Contributor

Manually merged ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants